home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Property Examples / Cell properties next >
Text File  |  1992-11-25  |  293b  |  12 lines

  1. tell application "FileMaker Pro"
  2.     class of Cell "a" of window "Test1"
  3.     best type of Cell 2
  4.     default type of last Cell of last window
  5.     ID of last Cell of last window
  6.     name of Cell 2
  7.     Protection of Cell -2
  8.     Formula of Cell "c"
  9.     Repeat Size of Cell 2
  10.     cellValue of Cell 2
  11.     Lock of Cell 3
  12. end tell